Revision: tla--devo--1.1--patch-7
Archive: miles@gnu.org--gnu-2003
Creator: Miles Bader <miles@gnu.org>
Date: Fri Aug  8 05:07:25 JST 2003
Standard-date: 2003-08-07 20:07:25 GMT
Summary: Directory options for update, replay, sync-tree, join-branch, and delta-patch
Keywords: 
New-files: 
New-directories: 
Removed-files: 
Removed-directories: 
Renamed-files: 
Renamed-directories: 
Modified-files: ./libarch/cmd-deltapatch.c
    ./libarch/cmd-join-branch.c ./libarch/cmd-replay.c
    ./libarch/cmd-sync-tree.c ./libarch/cmd-update.c
Modified-directories: 
New-patches: miles@gnu.org--gnu-2003/tla--devo--1.1--patch-7
    miles@gnu.org--home-2003/tla--home--1.1--patch-1
Removed-patches: 

Remove all the positional arguments for specifying source/dest project
trees in these commands, and use the following options instead:

  -d, --dir DIR    Operate on project tree in DIR
  --dest DEST      Instead of modifying the project tree in-place,
                   make a copy of it to DEST and apply the result to that
 
Also remove the --in-place option, which is now the default unless
--dest is specified.

With delta-patch, also remove the ability to specify an archive revision
in place of the project-tree (implying an automatic `get' operation) --
its ambiguous, not described by the help text, and unused internally;
it's also easy enough for the user to simply to do a `get' themselves
first.
